Index
Modules:
float_utils
,
float_utils/aritherr
,
float_utils/isX
,
float_utils/private/platformUtils
,
float_utils/round/PY_SHORT_FLOAT_REPR
,
float_utils/round/err
,
float_utils/round/no_ndigit
,
float_utils/round_float
.
API symbols
ArithmeticError:
aritherr: object ArithmeticError
CLike:
platformUtils: const CLike
isfinite:
isX: proc isfinite(x: SomeFloat): bool
isinf:
isX: proc isinf(x: SomeFloat): bool
OverflowError:
aritherr: object OverflowError
round:
no_ndigit: proc round[F: SomeFloat](x: F): F
PY_SHORT_FLOAT_REPR: proc round(dd: float; ndigits: int): float
round_float: proc round(x: F; ndigit: int): F
ZeroDivisionError:
aritherr: object ZeroDivisionError